<asp:DropDownList id="DropDownList1" runat="server">
   <asp:ListItem Selected="True">Wybierz zawd</asp:ListItem>
   <asp:ListItem>Programista</asp:ListItem>
   <asp:ListItem>Prawnik</asp:ListItem>
   <asp:ListItem>Lekarz</asp:ListItem>
   <asp:ListItem>Artysta</asp:ListItem>
</asp:DropDownList>
  &nbsp;
<asp:RequiredFieldValidator id="RequiredFieldValidator1"  
  runat="server" Text="Wybierz element" 
  ControlToValidate="DropDownList1" 
  InitialValue="Wybierz zawd">
</asp:RequiredFieldValidator>
